home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mission to McDonaldLand
/
Mission To McDonaldLand.iso
/
matele.dxr
/
00022_Script_Rnd animation
< prev
next >
Wrap
Text File
|
1998-10-22
|
436b
|
14 lines
on enterFrame me
global restoration
global castrestore
global nomore
if nomore = 1 then abort
set dice = random (20)
if dice > 1 then abort
set the member of sprite restoration = castrestore
set castrestore = the castnum of sprite the spritenum of me
set restoration = the spritenum of me
set the member of sprite the spritenum of me = the castnum of sprite the spritenum of me + 1
set nomore = 1
end